Skip to main content

DB Event

DB trigger is available to get the records from DB for newly created records.

Login to Quick Integration Platform to get started.

Click on Manage Option >> Projects >> Create to create the new project

Go to DEVELOP >> Functionality API

Select relevant project and create services in that project by cliking Service button.

Select DB Event triggers in drowndown while creating the flow

Once service name is provided, canvas will show up with selected DB Event Trigger

DB Event Trigger

;

Right click the tigger node to add the DB configurations channelName, listenerDelay, listnerTable and datasource-name needs to be defined.

;

FieldsDescriptionExample
channelNameName of Configration define as Global elementcustomerlistnereventchannel
listenerDelay(ms)Duration after which Polling will start once API Started50000
listnerTableDB Table Namecustomer_update
datasource-nameDatasource Name which is configured in connections properties Please refer the link for instructions on creating the datasource name.customerds